projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14049e
)
(compose_chars_in_text): Treat Lisp string contents
author
Ken Raeburn
<raeburn@raeburn.org>
Fri, 19 Jul 2002 14:27:04 +0000
(14:27 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Fri, 19 Jul 2002 14:27:04 +0000
(14:27 +0000)
as const.
src/composite.c
patch
|
blob
|
history
diff --git
a/src/composite.c
b/src/composite.c
index 1b40810a3aab0e8fd8487b94cb4890d035abf8bc..9fc58bc27b6c910ec1648338e8f1357c830bcf9a 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-605,7
+605,7
@@
compose_chars_in_text (start, end, string)
/* Set to nonzero if we don't have to compose ASCII characters. */
int skip_ascii;
int i, len, stop, c;
- unsigned char *ptr, *pend;
+
const
unsigned char *ptr, *pend;
if (! CHAR_TABLE_P (Vcomposition_function_table))
return;